home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2003 March / JOY146_CD2.iso / Data / Sharewares / Jeux / vs5full.exe / {app} / 640_textscheme.txt < prev    next >
Text File  |  2002-01-26  |  2KB  |  95 lines

  1. ///////////////////// TEXT FILE DESCRIPTION /////////////////////
  2. // 640x480 text scheme file
  3. //
  4. // Resolutions:
  5. //     320
  6. //    400
  7. //    512
  8. //    640
  9. //    800
  10. //    1024
  11. //    1152
  12. //    1280
  13. //    1600
  14. //
  15.  
  16. // SchemeName defines a new scheme
  17. SchemeName = "Basic Text"
  18.  
  19. // FontName is the string name of the font the scheme uses
  20. FontName   = "Arial"
  21.  
  22. // FontSize defines the height of the font (the rest is derived from that)
  23. FontSize   = 17
  24.  
  25. // FontWeight thickens the font (700 is bold, 1400 very bold)
  26. FontWeight = 0
  27.  
  28. // foreground colors (RGBA, A=0 being fully transparent, A=255 fully solid)
  29. FgColor          = "255 170 0 255"
  30. FgColorArmed     = "255 255 255 255"
  31. FgColorMousedown = "255 255 255 255"
  32.  
  33. // background colors (note that these always default to "0 0 0 0")
  34. BgColor          = "0 0 0 0"
  35. BgColorArmed     = "0 0 0 0"
  36. BgColorMousedown = "0 0 0 0"
  37.  
  38. ///////////////////// TFC FONTS /////////////////////
  39.  
  40.  
  41. // DEFAULT BUTTON TEXT
  42. SchemeName = "Primary Button Text"
  43. FontName = "Arial"
  44. FontSize = 16
  45. FgColor = "159 95 47 255"
  46. BgColor = "0 0 0 141"
  47. FgColorArmed = "255 255 255 255"
  48. BgColorArmed = "159 95 47 67"
  49.  
  50. // COMMAND MENU TEXT
  51. SchemeName = "CommandMenu Text"
  52. FontName = "Arial"
  53. FontSize = 14
  54.  
  55. // SCOREBOARD TEXT
  56. SchemeName = "Scoreboard Text"
  57. FontName = "Arial"
  58. FontSize = 12
  59. FontWeight = 0
  60.  
  61. // SCOREBOARD TITLE TEXT (team names, team scores)
  62. SchemeName = "Scoreboard Title Text"
  63. FontName = "Arial"
  64. FontSize = 18
  65. FontWeight = 700
  66.  
  67. // SCOREBOARD SMALL TEXT (headers, player #)
  68. SchemeName = "Scoreboard Small Text"
  69. FontName = "Arial"
  70. FontSize = 11
  71. FontWeight = 0
  72.  
  73. // TITLE FONT in TFC selection menus
  74. SchemeName = "Title Font"
  75. FontName = "Arial"
  76. FontSize = 23
  77. FgColor = "159 95 47 255"
  78.  
  79. // CLASSDESC, MAPDESC, MOTD text windows
  80. SchemeName = "Briefing Text"
  81. FontName = "Arial"
  82. FontSize = 14
  83. FontWeight = 0
  84. FgColor = "159 95 47 255"
  85.  
  86. // Team info text (list of players, etc)
  87. // fgColor is automatically set to the teams color
  88. SchemeName = "Team Info Text"
  89. FontName = "Arial"
  90. FontSize = 14
  91. FontWeight = 0
  92.  
  93.  
  94.  
  95.